GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : NamedObjectCollection<T> Class |
The following tables list the members exposed by NamedObjectCollection<T>.
Name | Description | |
---|---|---|
NamedObjectCollection<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the element with the specified name. |
Name | Description | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds the specified T to the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
AddRange | Overloaded. Copies the elements of the specified array to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Gets a value that indicates whether the collection contains the specified T. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
ContainsKey | Determines whether the NamedObjectCollection<T> collection contains an item with the specified key. | |
CopyTo | Copies the collection objects to a one-dimensional System.Array instance beginning at the specified index. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
DefaultPredicate<TTarget> | Represents a default predicate. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
Exists | Overloaded. Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
Find | Overloaded. Finds the item using the specified name. | |
FindAll | Overloaded. Retrieves all the T that match the specified type TTarget. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
FindIndex | Overloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
FindLast | Overloaded. Searches for an T that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the last occurrence within the entire collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
FindLastIndex | Overloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Gets the index in the collection of the specified T, if it exists in the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
IndexOfKey | Retrieves the index of the first occurrence of the specified item within the collection. | |
Insert | Inserts the specified T into the collection at the specified index. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
Remove | Removes the specified T from the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
InnerAddRange | Copies the elements of the specified array to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnAddRange | Performs additional custom processes before inserting a new element array into the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnAddRangeComplete | Performs additional custom processes after inserting a new element array into the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnCollectionChanged | Raises the CollectionChanged event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnCollectionChanging | Raises the CollectionChanging event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
OnValidate | Performs additional custom processes when validating a value. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) |
Name | Description | |
---|---|---|
CollectionChanged | A System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of the CollectionChanged event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) | |
CollectionChanging | A System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of CollectionChanging event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) |